ES6:Unexpected string concatenation (prefer-template) 錯誤如圖: 原因:ESLint推薦用ES6的Template String來拼接字符串,而不能用+號。 解決方法: 官方文檔:https://dev ...